-
Notifications
You must be signed in to change notification settings - Fork 5
ANDROID-16934 -- (III) Remove databinding related code #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANDROID-16934 -- (III) Remove databinding related code #480
Conversation
… "TextLink" component
… "ListRowView" and "MisticaRecyclerView" components and update the corresponding README file
… "DeterminateStepperView" and "IndetermianteStepperView" components
… "TitleView" component
|
[Firebase] 📱 New catalog for testing generated: |
yamal-alm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
| </p> | ||
|
|
||
| Implemented as a custom view, `com.telefonica.mistica.ListRowView` can be used inside any layout like a regular view, including recyclable lists. It supports both **attribute configuration and databinding for all properties**. | ||
| Implemented as a custom view, `com.telefonica.mistica.ListRowView can be used inside any layout like a regular view, including recyclable lists. It supports **attribute-based configuration for all properties**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Implemented as a custom view, `com.telefonica.mistica.ListRowView can be used inside any layout like a regular view, including recyclable lists. It supports **attribute-based configuration for all properties**. | |
| Implemented as a custom view, `com.telefonica.mistica.ListRowView` can be used inside any layout like a regular view, including recyclable lists. It supports **attribute-based configuration for all properties**. |
|
[Firebase] 📱 New catalog for testing generated: |
275347e
into
ANDROID-16934/base-remove-databinding
🎟️ Jira ticket
ANDROID-16934
🥅 What's the goal?
librarymodule and the corresponding components.This PR is a part of this three:
After all these PRs are merged, a final one will be created to remove the Data Binding feature from the
build.gradlefile.🚧 How do we do it?
Remove BindingMethods, InverseBindingMethod and BindingAdapters methods and update corresponding README files from next components:
* TextLink
* ListRowView
* MisticaRecyclerView
* DeterminateStepperView
* IndeterminateStepperView
* TitleView
☑️ Checks
🧪 How can I test this?
As is mentioned in the corresponding ANDROID-16934 ticket, is tested in the "android-messenger" client project that the total PR changes exposed in #476 works correctly.